	h1 
{
text-align: center;
font-size: 50px;
color: red;
font-family: Carlito;
}
   

	body 
{
width: device-width;
height: device-height;
background: linear-gradient(green, 10%, grey);
background-repeat: no-repeat;
}

	p
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}


	table
{
text-align: center;
font-size: 28px;
color: white;
font-family: Carlito;
}